home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2009 February
/
PCWFEB09.iso
/
Software
/
Linux
/
Kubuntu 8.10
/
kubuntu-8.10-desktop-i386.iso
/
casper
/
filesystem.squashfs
/
sbin
/
update-modules
< prev
next >
Wrap
Text File
|
2008-10-14
|
300b
|
14 lines
#!/bin/sh -e
exec >&2
echo ""
echo "************************************************************************"
echo "*"
echo "* The update-modules command is deprecated and should not be used!"
echo "*"
echo "************************************************************************"
echo ""
exit 0